home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / Notes.cpt / Notes on Notes / background_2729.txt next >
Text File  |  1988-04-15  |  1KB  |  58 lines

  1. -- background: 2729 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=85 top=60 right=303 bottom=433
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 16
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 15
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=420 top=295 right=317 bottom=454
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 8419 / 8419
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: next
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go next
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 2000
  44. -- rect: left=65 top=295 right=317 bottom=94
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 17779 / 17779
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: previous
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   go previous
  56. end mouseUp
  57.  
  58.